+2000-07-25 Havoc Pennington <hp@redhat.com>
+
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
+2000-07-25 Havoc Pennington <hp@redhat.com>
+
+ * gtk/testtext.c: Comment out some stuff that depends on the rest
+ of my patches.
+
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
GtkWidget *dialog;
GtkWidget *search_text;
GtkTextBuffer *buffer;
+
+#if 0
dialog = gtk_dialog_new_with_buttons ("Search",
GTK_WINDOW (view->window),
gtk_widget_grab_focus (search_text);
gtk_widget_show_all (dialog);
+#endif
}
static void
++i;
}
}
-
+
+#if 0
dialog = gtk_message_dialog_new (GTK_WINDOW (view->window),
GTK_MESSAGE_INFO,
GTK_BUTTONS_OK,
GTK_OBJECT (dialog));
gtk_widget_show (dialog);
+#endif
}
static void
GtkWidget *dialog;
GtkWidget *search_text;
GtkTextBuffer *buffer;
+
+#if 0
dialog = gtk_dialog_new_with_buttons ("Search",
GTK_WINDOW (view->window),
gtk_widget_grab_focus (search_text);
gtk_widget_show_all (dialog);
+#endif
}
static void
++i;
}
}
-
+
+#if 0
dialog = gtk_message_dialog_new (GTK_WINDOW (view->window),
GTK_MESSAGE_INFO,
GTK_BUTTONS_OK,
GTK_OBJECT (dialog));
gtk_widget_show (dialog);
+#endif
}
static void